You have received an order.

Order Details

Order ID: {{ order_id }}
Date Ordered: {{ date_added }}
Payment Method: {{ payment_method }}
Shipping Method: {{ shipping_method }}

Email: {{ customer_email }}
Telephone: {{ customer_telephone }}
{{# customer_mobile_phone }}
Telephone: {{ customer_mobile_phone }}
{{/ customer_mobile_phone }}
{{# customer_fax }}
Fax: {{ customer_fax }}
{{/ customer_fax }}
IP Address: {{ customer_ip }}

{{# shipping_data }}
Shipping Address:
{{{ firstname }}} {{{lastname}}}
{{{ company }}}
{{{ address_1 }}} 
{{{ address_2 }}}
{{{ city }}} {{{ postcode }}}
{{{ zone }}}
{{{ country }}}
{{/ shipping_data }}

{{# payment_data }}
Payment Address:
{{{ firstname }}} {{{lastname}}} 
{{{ company }}}
{{{ address_1 }}}
{{{ address_2 }}}
{{{ city }}} {{{ postcode }}}
{{{ zone }}}
{{{ country }}}
{{/ payment_data }}


Product                                                 Model                             Price                  Quantity              Total
{{# products }}
					
{{ name }}                                               {{ model }}                       {{ price }}            {{ quantity }}        {{ total }}
   {{# option }}
    - {{ name}} {{ value }} 
   {{/ option }}


{{/ products }}
{{# totals }}
  {{ title }}  {{ text }}
{{/ totals }}


{{# comment }}
	The comments for your order are:
 {{{ comment }}} 
{{/ comment }}

{{# invoice }}
To view your order click on the link below:
{{ invoice }}
{{/ invoice }}

{{ store_name }}
{{ text_project_label }}